home *** CD-ROM | disk | FTP | other *** search
- # flyudp
- #
- # This is part of the flight simulator 'fly8'.
- # Author: Eyal Lebedinsky (eyal@ise.canberra.edu.au).
- #
- # An example of setting up two UDPs for head-to-head. In real life the two
- # processes will be started on different machines.
- #
- # 'localhost' is the name of the host that runs the server. Start the server
- # as 'fly8udp &'. To stop it run 'udpmgr localhost' and enter 'shutdown'.
- # Then enter 'end' to stop 'udpmgr'.
-
- rm fly1.log fly2.log
- fly8 r N1 Tone dnudp.1:localhost:pack Lfly1.log $1 $2 $3 $4 $5 $6 $7 $8 $9 &
- fly8 r N2 Tone dnudp.1:localhost:pack Lfly2.log $1 $2 $3 $4 $5 $6 $7 $8 $9 &
-